home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 11
/
CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso
/
www
/
http
/
www.amigasupport.com
/
software
/
arc
/
fpvoc.lha
/
Source
/
makefile
< prev
next >
Wrap
Makefile
|
1995-01-22
|
2KB
|
43 lines
#******************************************************************************
#*
#* COPYRIGHT: Unless otherwise noted, all files are Copyright (c) 1992, 1993
#* Commodore-Amiga, Inc. All rights reserved.
#*
#* DISCLAIMER: This software is provided "as is". No representations or
#* warranties are made with respect to the accuracy, reliability, performance,
#* currentness, or operation of this software, and all use is at your own risk.
#* Neither commodore nor the authors assume any responsibility or liability
#* whatsoever with respect to your use of this software.
#*
#******************************************************************************
OBJECTS = RomTag.o classbase.o dispatch.o fastconvert.o
LIBS = LIB:sc.lib
##############################################################################
# Build the load file...
#
voc.datatype: $(OBJECTS) $(LIBS)
SLink FROM $(OBJECTS) TO /classes/Datatypes/voc.datatype LIB $(LIBS) SC SD NOICONS
Copy /classes/Datatypes/voc.datatype SYS:Classes/DataTypes/
Avail >NIL: Flush
##############################################################################
# Default rules...
#
.c.o:
SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
##############################################################################
# All dependencies...
#
classinit.o: RomTag.asm classbase.i
classbase.o: classbase.c classbase.h
dispatch.o: dispatch.c
fastconvert.o: fastconvert.asm
asm -m2 fastconvert.asm